	Volvo VN730 made by Bora

	This mod is a Volvo VN730, it's a standalone truck for 18Wos Haulin, it has 2 different Volvo engines,
	2 different Volvo tranny's and Volvo brakes

	Credits:	Superman (Matt)		Basemodel
			Ventures87 (Wendi)	Wheels
			Bora (Me)		For making this truck


	Thank you to:	Stummer (Henning)	teaching me reflective glass
			Bayonet (Chris)		teaching me about gloss
			and everyone else who helped me during this project

	Please do not reupload this mod anywhere without my permission but feel free to mod it to your personal taste

	problems regarding this mod you can contact me at	KTI forum - Bora
								Truckmodshop - Bora
								Lonewoolf - Bora
								Truckpol - Bora


	If you dont have any standalone trucks in your game just drop the Volvo VN730.scs
	and the Volvo VN730 storage.scs in your mod folder and your good to go

	If you have other standalone trucks in your game you drop the Volvo VN730.scs in
	your mod folder and add this line to your truck_storage

				@include "definition/vnl730.sii"

	this line to your interior_storage

				@include "definition/volvo730.sii"

	and this line to your camera_storage

				@include "units/interior_volvo730.sii"


	when you're done with that you open def/econmy/transmission_visual.sii and add this to the end of it


transmission_visual_data: visual.trans14
{
	# reverse gear

	ratios[0]: "R"

	
	# neutral
	
	ratios[1]:  "N"

	# forward gears


	ratios[2]:  "1"
	ratios[3]:  "2"
	ratios[4]:  "3"
	ratios[5]:  "4"
	ratios[6]:  "5"
	ratios[7]:  "6"
	ratios[8]:  "7"
	ratios[9]:  "8"
	ratios[10]: "9"
	ratios[11]: "10"
	ratios[12]: "11"
	ratios[13]: "12"

}

transmission_visual_data: visual.trans15
{
	# reverse gear

	ratios[0]: "R"

	
	# neutral
	
	ratios[1]:  "N"

	# forward gears


	ratios[2]:  "C"
	ratios[3]:  "C^"
	ratios[4]:  "1 L"
	ratios[5]:  "1^L"
	ratios[6]:  "2 L"
	ratios[7]:  "2^L"
	ratios[8]:  "3 L"
	ratios[9]:  "3^L"
	ratios[10]: "4 H"
	ratios[11]: "4^H"
	ratios[12]: "5 H"
	ratios[13]: "5^H"
	ratios[14]: "6 H"
	ratios[15]: "6^H"

}



	then open def/economy/template_accessories/brakes.sii and add this to the end of it


vehicle_brakes_accessory: .brakes11
{
	name: "VEB+ enginebrake for Volvo"
	price: 6500
	
	torque: 350
	
	# brake balance (0 = full rear ... 1 = full front)
	balance: -2.5

	suitable_vehicles[]: vnl730

	info[0]: "@@ui_brakes_model@@:<align hstyle=right>Basic</align>"
	info[1]: "@@ui_brakes_coef@@:<align hstyle=right>40.5</align>"
}


	and remember to change "brakes11" so the number is the next in line (example, the last one is brakes11 then change it to brakes12)

	then open def/economy/template_accessories/engines.sii and add this to the end of it


vehicle_engine_accessory: .d13485
{
	name: "Volvo D13-485"
	price: 10000
	torque: 306
	front_wheel_engine: false

	suitable_vehicles[]: vnl730

	info[0]: "@@ui_engine_hp@@:<align hstyle=right>485 hp [362 KW] @ 1600</align>"
	info[1]: "@@ui_engine_torque@@:<align hstyle=right>1650 lb. ft. [2235 N.m] @ 1100</align>"
	info[2]: "@@ui_engine_displacement@@:<align hstyle=right>780 cu. in. [12.8 L]</align>"
}

vehicle_engine_accessory: .d16535
{
	name: "Volvo D16-535"
	price: 15000
	torque: 342
	front_wheel_engine: false

	suitable_vehicles[]: vnl730

	info[0]: "@@ui_engine_hp@@:<align hstyle=right>535 hp [396 KW] @ 1475</align>"
	info[1]: "@@ui_engine_torque@@:<align hstyle=right>1850 lb. ft. [2500 N.m] @ 1100</align>"
	info[2]: "@@ui_engine_displacement@@:<align hstyle=right>984 cu. in. [16.1 L]</align>"
}



	then open def/economy/template_accessories/transmission.sii and add this to the end of it


vehicle_transmission_accessory: .trans13
{
	name: "Volvo VT2814-B"
	price: 12000
	
	differential_ratio: 4.11
	rpm_limit: 3500

	# reverse gear
	
	ratios[0]: -12.09

	
	# forward gears


	ratios[1]: 16.41
	ratios[2]: 13.16
	ratios[3]: 11.13
	ratios[4]: 8.92
	ratios[5]: 7.16
	ratios[6]: 5.74
	ratios[7]: 4.68
	ratios[8]: 3.75
	ratios[9]: 2.97
	ratios[10]: 2.35
	ratios[11]: 1.91
	ratios[12]: 1.53
	ratios[13]: 1.25
	ratios[14]: 1.0


	suitable_vehicles[]: vnl730
	transmission_visual_data: visual.trans15

	info[0]: "@@ui_trans_length@@:<align hstyle=right>42.73\" [1066 mm]</align>"
	info[1]: "@@ui_trans_weight@@:<align hstyle=right>940 lb [330 kg]</align>"
	info[2]: "@@ui_trans_range@@:<align hstyle=right>20.01 : 1</align>"
}

vehicle_transmission_accessory: .trans14
{
	name: "Volvo AT2812-C"
	price: 15000
	
	differential_ratio: 4.11
	rpm_limit: 3500

	# reverse gear
	
	ratios[0]: -13.73

	
	# forward gears


	ratios[1]: 14.94
	ratios[2]: 11.73
	ratios[3]: 9.04
	ratios[4]: 7.09
	ratios[5]: 5.54
	ratios[6]: 4.35
	ratios[7]: 3.44
	ratios[8]: 2.70
	ratios[9]: 2.08
	ratios[10]: 1.63
	ratios[11]: 1.27
	ratios[12]: 1.0


	suitable_vehicles[]: vnl730
	transmission_visual_data: visual.trans14

	info[0]: "@@ui_trans_length@@:<align hstyle=right>36.44\" [909 mm]</align>"
	info[1]: "@@ui_trans_weight@@:<align hstyle=right>789 lb [277 kg]</align>"
	info[2]: "@@ui_trans_range@@:<align hstyle=right>18.93 : 1</align>"
}


	and like with the brakes change the "trans13" and "trans14" so the numbers come in line

	now remember to pack it all properly and set winrar or winzip to STORE (no compression) and fire up your game and enjoy it